projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa59cc4
)
Mention GDK_BACKEND in the docs
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 22 Dec 2010 06:32:18 +0000
(
01:32
-0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 22 Dec 2010 06:32:18 +0000
(
01:32
-0500)
gdk/gdkdisplaymanager.c
patch
|
blob
|
history
diff --git
a/gdk/gdkdisplaymanager.c
b/gdk/gdkdisplaymanager.c
index 97022d5a22521bc7710f95df409086d3ffc8089b..829083ae68d0b78664ac3ebdb0be823a0861750a 100644
(file)
--- a/
gdk/gdkdisplaymanager.c
+++ b/
gdk/gdkdisplaymanager.c
@@
-156,6
+156,11
@@
gdk_display_manager_get_property (GObject *object,
*
* Gets the singleton #GdkDisplayManager object.
*
+ * When called for the first time, this function consults the
+ * <envar>GDK_BACKEND</envar> to find out which of the supported
+ * GDK backends to use (in case GDK has been compiled with multiple
+ * backends).
+ *
* Returns: (transfer none): The global #GdkDisplayManager singleton;
* gdk_parse_pargs(), gdk_init(), or gdk_init_check() must have
* been called first.